home *** CD-ROM | disk | FTP | other *** search
- /* -- remove this header before using file! --
- HEADER: The Last Cross-Referencer;
- TITLE: TLC/TLP - The Last Cross-Referencer;
- VERSION: 1.01;
-
- DESCRIPTION: "TLC/TLP.
- Macintosh MPW C 3.0 make file to compile/link TLC";
-
- KEYWORDS: Utility, Cross-reference, C, Pascal, Apple, Macintosh, APW, Aztec;
- SYSTEM: Macintosh MPW, v3.0;
- FILENAME: TLC.MAKE;
- WARNINGS: "Has not yet been ported to MS-DOS.
- Shareware, $20 Check/Money Order suggested.";
-
- SEE-ALSO: README.TLC,TLCHELP.DOC,TLPHELP.DOC;
- AUTHORS: Eduard Schwan;
- COMPILERS: AZTEC C65 v3.2b, APPLEIIGS APW C v1.0, APPLE MACINTOSH MPW C v3.0;
- */
- # File: tlc.make - The Last Cross Referencer
- # Target: tlc
- # Sources: tlc.c
- # tlccmd.c
- # tlcext
- # tlcgtok.c
- # tlc.h
- # tlcparm.c
- # tlcprocf.c
- # tlcresw.c
- # tlcsetp.c
- # tlcstat.c
- # tlcutil.c
- # tlcxref.c
- # Created: Saturday, May 7, 1988 5:53:10 PM
- # Author: Eduard Schwan [esp]
-
- tlcincs = tlc.h tlc.ext
- directives = -mbg 15
-
- tlc.c.o ƒ tlc.make tlc.c {tlcincs}
- C {directives} tlc.c
- tlccmd.c.o ƒ tlc.make tlccmd.c {tlcincs}
- C {directives} tlccmd.c
- tlcgtok.c.o ƒ tlc.make tlcgtok.c {tlcincs}
- C {directives} tlcgtok.c
- tlcparm.c.o ƒ tlc.make tlcparm.c {tlcincs}
- C {directives} tlcparm.c
- tlcprocf.c.o ƒ tlc.make tlcprocf.c {tlcincs}
- C {directives} tlcprocf.c
- tlcresw.c.o ƒ tlc.make tlcresw.c {tlcincs}
- C {directives} tlcresw.c
- tlcsetp.c.o ƒ tlc.make tlcsetp.c {tlcincs}
- C {directives} tlcsetp.c
- tlcstat.c.o ƒ tlc.make tlcstat.c {tlcincs}
- C {directives} tlcstat.c
- tlcutil.c.o ƒ tlc.make tlcutil.c {tlcincs}
- C {directives} tlcutil.c
- tlcxref.c.o ƒ tlc.make tlcxref.c {tlcincs}
- C {directives} tlcxref.c
- tlc ƒƒ tlc.make δ
- tlc.c.o δ
- tlccmd.c.o δ
- tlcgtok.c.o δ
- tlcparm.c.o δ
- tlcprocf.c.o δ
- tlcresw.c.o δ
- tlcsetp.c.o δ
- tlcstat.c.o δ
- tlcutil.c.o δ
- tlcxref.c.o
- Link -w -t MPST -c 'MPS ' δ
- tlc.c.o δ
- tlccmd.c.o δ
- tlcgtok.c.o δ
- tlcparm.c.o δ
- tlcprocf.c.o δ
- tlcresw.c.o δ
- tlcsetp.c.o δ
- tlcstat.c.o δ
- tlcutil.c.o δ
- tlcxref.c.o δ
- "{Libraries}"Interface.o δ
- "{CLibraries}"CRuntime.o δ
- "{CLibraries}"StdCLib.o δ
- "{CLibraries}"CSANELib.o δ
- "{CLibraries}"Math.o δ
- "{CLibraries}"CInterface.o δ
- "{Libraries}"ToolLibs.o δ
- -o "{mpw}Tools:tlc"
-